home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 6 / CDL_N6.iso / mac / CD Loisirs N°6 / Aromes / Demo / Pastry demo Eng / 00075.ls < prev    next >
Encoding:
Text File  |  1994-12-12  |  132 b   |  10 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     sound stop 1
  4.     sound stop 2
  5.     go("English", "Begin")
  6.   else
  7.     go(#next)
  8.   end if
  9. end
  10.